.formatoh5{
    font-size: 18px;
    color: #282828;
    font-weight: 600;
}
.formatoh2{
    font-size: 40px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}
.formatoh4{
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}
.tituloClientes{
    font-size:2rem !important;

    font-weight: bolder;
    color:#FFFFFF;
}
.formatoBlanco{
    color: #ffffff;
}
.iso-logo1{
    width: 60%;
    height: auto;
    color: #ffaf45;
}
.iso-logo2{
    width: 70%;
    height: auto;
    color: #ffaf45;
}


.pay_plan_sections{
    margin-top: 1rem !important;
}

@media screen and (max-width: 768px) {

    .pay_plan_sections{
        margin-top: 5rem !important;
    }

}

.plan-header {
    background-color: #ffaf45;
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
}
.plan-card {
    border-radius: 8px;
    border: 2px solid #ffaf45;
    margin-bottom: 15px;
}
.plan-card input[type="radio"] {
    accent-color: #ffaf45;
}
.plan-summary {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.plan-summary h4 {
    color: #161616;
}
.summary-list {
    list-style: none;
    padding: 0;
}
.summary-list li {
    margin-bottom: 10px;
}
.summary-total {
    font-weight: bold;
}
.btn-subscribe {
    background-color: #ffaf45;
    color: #fff;
    border: none;
}
.btn-subscribe:hover {
    background-color: #001e34;
    color: #FFFFFF;
}



.invalid-feedback {
    display: block;
}

.btn_cancelar_personalizado{
    background-color: #cecece !important;
    color: rgba(31, 35, 75, 0.35) !important;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.invalid {
    border-color: red;
}

.custom-loader {
    background-image: url('../img/logos_empresa/BillsLoading.gif');
    background-repeat: no-repeat;
    background-size: 65px 65px; /* Ajusta el tamaño de la imagen según tu icono */
    width: 65px; /* Ancho del icono */
    height: 65px; /* Altura del icono */
}
